ci(workflows): use org reusable issue and preview checks#4996
Merged
wise-king-sullyman merged 2 commits intopatternfly:mainfrom May 8, 2026
Merged
ci(workflows): use org reusable issue and preview checks#4996wise-king-sullyman merged 2 commits intopatternfly:mainfrom
wise-king-sullyman merged 2 commits intopatternfly:mainfrom
Conversation
Replace custom issue labeling with the org reusable workflow and gate Surge preview deploys behind the org team-membership reusable check. Made-with: Cursor
Collaborator
| path: "packages/documentation-site/.cache" | ||
| key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} | ||
| - run: yarn ci:build:doc-core | ||
| - run: yarn build:doc-core |
Collaborator
There was a problem hiding this comment.
What was the motivation behind this change?
Collaborator
Author
There was a problem hiding this comment.
I believe it's because this src partial which should have been used to generate the workflows/pr-preview.yml did not match.
So i'll double check with you - is the command in the workflows/pr-preview.yml correct?
If it's correct, then this change (made by cursor) is aligning them in case the workflows are ever regenerated from the src again.
If they are not both incorrect, I can revert this and fix the actual workflow file.
Collaborator
There was a problem hiding this comment.
Ah, yeah it should be ci:build:doc-core for the astro builds
wise-king-sullyman
approved these changes
May 8, 2026
Collaborator
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace custom issue labeling with the org reusable workflow and gate Surge preview deploys behind the org team-membership reusable check.
Made-with: Cursor